home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / comm1 / amyncp18.rea < prev    next >
Text File  |  1996-01-16  |  5KB  |  135 lines

  1. Short:    Link Amiga to Psion S3/a palmtops
  2. Author:   owagner@lsd.wupper.de
  3. Uploader: owagner@lsd.wupper.de
  4. Version:  1.8
  5. Type:     comm/misc
  6.  
  7. Long:
  8.  
  9. AmigaNCP is a implementation of the Psion link protocol which is e.g.
  10. built into the Psion S3/S3a palmtop's ROM.  It's main purpose is to provide
  11. vice-versa nfs-like file access.
  12.  
  13. AmigaNCP features:
  14.  
  15. -- the "amigancp.library" providing all the network I/O functions.
  16.  
  17. -- the AmigaNCP-FileServer providing transparent access to Amiga files from
  18. the Psion side with optional on-the-fly character conversion.
  19.  
  20. -- the AmigaNCP-FileSystem providing transparent access to Psion files from
  21. the AmigaDOS environment. Includes transparent charset translation feature
  22. and possibility to store icons on the Amiga side for full workbench
  23. integration.
  24.  
  25. -- a print server allowing to print directly from your Psion to a printer
  26. connected to your Amiga.
  27.  
  28. -- full developer documentation and associated material to faciliate NCP
  29. services from within your own applications.
  30.  
  31. AmigaNCP requires:
  32.  
  33. -- AmigaOS 2.04 or better (localization supported).
  34.  
  35. -- the IBM-PC version of the 3-Link cable.
  36.  
  37.  
  38. Changes from Release 1.6 to 1.8
  39. -------------------------------
  40. -- hopefully fixed the lockup bug caused by some race conditions
  41.    within the llmac layer.
  42. -- linked with fixed pools.lib to avoid memory loss on OS 2.x
  43.    systems.
  44. -- everything recompiled using SAS/C 6.55.
  45.  
  46. Changes from Release 1.5 to 1.6
  47. -------------------------------
  48. -- did some documentation cleanup
  49.  
  50. Changes from Release 1.4 to 1.5
  51. -------------------------------
  52. -- added french catalog translation (thanks ed@ramses.fdn.org)
  53. -- added some 8-color MWB icons (thanks phil@dcs.king.ac.uk)
  54. -- everything recompiled using SAS/C 6.55
  55. -- fixed a few quirks in the File System increasing
  56.    compatibility with certain Amiga backup utilities.
  57. -- fixed memory usage both in the file server and filesystem.
  58. -- print server now reports printer erros and offers retry.
  59. -- added .cd files for catalog translators (thanks ed@ramses
  60.    for the hint ;-)
  61.  
  62. Changes from Release 1.3 to 1.4
  63. -------------------------------
  64. -- the File System now stores icon files in a special
  65.    AmigaDOS subdirectory to allow snapshoting and
  66.    backdroping of Psion files and directories.
  67. -- did some user and developer documentation update.
  68. -- major speedup in the conversion routines.
  69. -- fixed several small bugs & quirks.
  70. -- Installation script now compatible with old 1.24
  71.    Installer.
  72. -- added catalog translation files.
  73.  
  74. Changes from Release 1.2 to 1.3
  75. -------------------------------
  76. -- fixed a bug in the FileSystem regarding write request
  77.    error handling.
  78.  
  79. Changes from Release 1.1 to 1.2
  80. -------------------------------
  81. -- fixed a bug in the FileSystem which caused a 80000003 guru
  82.    on 68000-only machines.
  83.  
  84. Changes from Release 1.0 to 1.1
  85. -------------------------------
  86. -- fixed a major bug in both the FileServer and FileSystem:
  87.    both called upon exec.library/CreatePool() et al for
  88.    memory management; since the pool functions are
  89.    severly broken in the AmigaOS 2.x release, this lead to
  90.    undefined behaviour and possible crashed on 2.x systems.
  91.    Now the link version of the pool functions are embedded
  92.    in "amigancp.library" to ensure proper behaviour.
  93.  
  94. Changes from Release 0.10beta to 1.0
  95. ------------------------------------
  96. -- fixed broken Installer script (still used "ncp.library" instead
  97.    of "amigancp.library")
  98. -- fixed character conversion bugs in both the file server
  99.    and file system.
  100.  
  101. Changes from Release 0.9 to 0.10 (beta)
  102. ---------------------------------------
  103. -- library is now named "amigancp.library" to avoid problems with
  104.    an already existing, similary named library.
  105. -- fixed several reconnection problems which mainly occured when
  106.    the Psion auto-powered off.
  107. -- now correctly handles filenames with non ASCII characters.
  108. -- fixed several file system problems, esspecially with
  109.    Examine()/ExNext().
  110. -- fixed bugs in the file server which caused data trashing on
  111.    large files.
  112.  
  113. (see "Docs/History" for more information on changes)
  114.  
  115. === Obtaining updates: ===
  116.  
  117. Internet:
  118.  
  119. New releases will be put on AmiNet and on the Psion Internet archive on
  120. src.doc.ic.ac.uk. Also, you might directly visit the support site:
  121.  
  122. FTP:  ftp://wade1.ab.umd.edu/support/AmigaNCP/
  123. WWW:  http://wade1.ab.umd.edu/support/AmigaNCP/
  124.  
  125. === Bug reports: ===
  126.  
  127. Please report any bugs via E-Mail to owagner@lsd.wupper.  Please enclose a
  128. detailed description of the bug and the bug generation procedure, together
  129. with a description of both your AmigaOS and Psion setup.
  130.  
  131. === Distributors wanted: ===
  132.  
  133. I am looking for distributors worldwide.  Please contact me as stated in the
  134. file "Order_Form".
  135.